<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei !important;
    font-size: 17px;
    color: #333;
    text-align: left;
    background: #fff;
    -webkit-text-size-adjust: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
select,
form,
fieldset,
input,
button,
textarea,
blockquote,
table {
    padding: 0;
    margin: 0;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    th,
    var {
        font-style: normal;
        font-weight: normal;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
    }

    li {
        list-style: none;
    }

    i {
        font-style: normal;
        vertical-align: top;
        display: inline-block;
        background-repeat: no-repeat;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: auto;
    }

    th,
    td {
        padding: 0
    }

    img,
    a img {
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    img,
    table,
    object,
    embed,
    video {
        max-width: 100%;
    }

    button,
    input,
    select,
    textarea {
        vertical-align: middle;
        font-family: Microsoft Yahei;
        font-size: 14px;
        box-sizing: border-box;
        outline: 0;
    }

    button,
    input {
        *overflow: visible;
        line-height: normal;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type=image],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
        border: none;
    }

    select {
        width: 100%;
    }

    a {
        outline-style: none;
        text-decoration: none;
        color: #333;
    }

    a:focus {
        outline: none;
        -moz-outline: none;
        noline: expression(this.onFocus=this.blur());
    }

    /* a:hover{color:#ff8b17;text-decoration:underline;} */
    input[type="text"],
    textarea,
    select {
        padding: 2px 5px;
        line-height: 21px;
        border: 1px solid #ccc;
        background: #fff;
        color: #666;
    }

    .clearfix {
        *zoom: 1;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

    .clear {
        clear: both;
    }

    .auto {
        margin-left: auto;
        margin-right: auto;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .hide {
        display: none;
    }

    .transparent {
        background: transparent !important;
    }

    .bgwhite {
        background-color: #fff;
    }

    .mt {
        margin-top: 25px;
    }

    .mb {
        margin-bottom: 25px;
    }

    .margins {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /*layout*/
    .container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    .header-common {
        height: 208px;
    }

    .footer-common {
        height: 228px;
    }



    /*header*/
    .header {
        border-bottom: 3px solid #b7c4d7;
    }

    .header .top-bar {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }

    .header .top-bar a {
        color: #bfd5f5;
    }

    .header .top-bar dl dt {
        float: left;
    }

    .header .top-bar dl dt span {
        padding-left: 50px;
        background: url(../../images/public/tubiao.jpg) no-repeat left;
    }

    .header .top-bar dl dd {
        float: right;
    }

    .header .top-bar dl dd font {
        font-family: "宋体";
        margin-right: 8px;
        margin-left: 8px;
    }

    .header .inhead {
        position: relative;
    }

    .header .search {
        margin-right: 30px;
        width: 200px;
    }

    .header .search dl {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: 1px solid #b5b5b5;
        border-radius: 30px;
        overflow: hidden;
    }

    .header .search dl dd {
        margin-right: 70px;
        padding-left: 10px;
        height: 30px;
        background-color: transparent;
        border: none;
    }

    .header .search dl dd input[type="text"] {
        padding: 0;
        height: 30px;
        line-height: 30px;
        width: 100%;
        font-size: 14px;
        color: #999;
        background: none;
        border: 0;
        vertical-align: top;
    }

    .header .search dl dt.button {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 30px;
        border-left: 1px solid #b5b5b5;
    }

    .header .search dl dt input.searchBtn {
        width: 100%;
        height: 30px;
        color: #fff;
        background: url(../../images/public/header-search-btn.jpg) no-repeat center;
        -webkit-appearance: none;
        border: none;
        vertical-align: top;
        cursor: pointer;
    }

    .header-menu {}

    .header-menu .container {
        position: relative;
        height: 50px;
    }

    .header-menu .mainnav li {
        position: relative;
        float: left;
        width: 14.2%;
    }

    .header-menu .mainnav li a {
        position: relative;
        display: block;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 18px;
        color: #245399;
        line-height: 50px;
        text-align: center;
    }

    .header-menu .mainnav li a i {
        margin-right: 10px;
        font-size: 24px;
    }

    .header-menu .mainnav li a:hover {
        color: #900;
        text-decoration: none;
    }

    .header-menu .mainnav li a:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        margin-top: -9px;
        width: 2px;
        height: 18px;
        background-color: #d1d2d8;
    }

    .header-menu .mainnav li.home a:before {
        content: normal;
    }


    .xwzx-header {}

    .xwzx-header .top-bar {
        height: 32px;
        line-height: 28px;
        font-size: 12px;
        width: 100%;
        border-bottom: 1px solid #dedede;
        background: #f7f7f7;
    }

    .xwzx-header .top-bar ul {
        float: left;
    }

    .xwzx-header .top-bar ul li {
        float: left;
    }

    .xwzx-header .top-bar ul li.sipac a {
        display: block;
        width: 120px;
        padding: 0 0 0 15px;
        text-align: center;
        color: #fff;
        background: url(../../images/public/header-box-btn.png) center 0 no-repeat;
    }

    .xwzx-header .top-bar ul li.sipac li a:hover {
        background-position: center -30px;
        text-decoration: none;
    }

    .xwzx-header .top-bar ul li.datetime {
        padding: 0 30px;
    }

    .xwzx-header .top-bar dl {
        float: right;
    }

    .xwzx-header .top-bar dl dd {}

    .xwzx-header .inhead {
        position: relative;
    }

    .xwzx-header .logo {
        padding-top: 34px;
        padding-bottom: 33px;
    }

    .xwzx-header .search {
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -19px;
        width: 350px;
    }

    .xwzx-header .search dl {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: 1px solid #b5b5b5;
        border-radius: 30px;
        overflow: hidden;
    }

    .xwzx-header .search dl dd {
        margin-right: 70px;
        padding-left: 10px;
        height: 35px;
        background-color: transparent;
        border: none;
    }

    .xwzx-header .search dl dd input[type="text"] {
        padding: 0;
        height: 35px;
        line-height: 35px;
        width: 100%;
        font-size: 14px;
        color: #999;
        background: none;
        border: 0;
        vertical-align: top;
    }

    .xwzx-header .search dl dt.button {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 35px;
        border-left: 1px solid #b5b5b5;
    }

    .xwzx-header .search dl dt input.searchBtn {
        width: 100%;
        height: 35px;
        color: #fff;
        background: url(../../images/public/header-search-btn.jpg) no-repeat center;
        -webkit-appearance: none;
        border: none;
        vertical-align: top;
        cursor: pointer;
    }

    .xwzx-header-menu {
        background-color: #235399;
    }

    .xwzx-header-menu .container {
        position: relative;
        height: 60px;
    }

    .xwzx-header-menu .mainnav li {
        position: relative;
        float: left;
    }

    .xwzx-header-menu .mainnav li a {
        position: relative;
        display: block;
        margin-left: 1px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 19px;
        color: #fff;
        line-height: 60px;
        text-align: center;
    }

    .xwzx-header-menu .mainnav li.active a {
        background-color: #366dbf;
    }

    .xwzx-header-menu .mainnav li a i {
        margin-right: 10px;
        font-size: 24px;
    }

    .xwzx-header-menu .mainnav li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2e60ac;
    }

    .xwzx-header-menu .mainnav li a:before {
        position: absolute;
        top: 20px;
        right: -1px;
        content: "";
        width: 1px;
        height: 20px;
        background: #3475A9;
        border-left: 1px solid #014380;
        overflow: hidden;
    }

    .xwzx-header-menu .mainnav li.active a:before {
        top: 0;
        width: 0;
        height: 0;
        right: -8px;
        top: 0;
        background: none;
        border-bottom: 40px solid transparent;
        border-left: 8px solid #093c65;
        z-index: 1;
    }
	
	.banner ul li a img {
		max-width: 95%;
	}

    /*footer*/
    .footer {
        background-color: #dee0e2;
        height: auto !important;
    }

    .footer .footer-menu {
        font-size: 18px;
        color: #fff;
        background-color: #245399;
    }

    .footer .footer-menu .container {
        text-align: center;
    }

    .footer .footer-menu font {
        font-family: "宋体";
    }

    .footer .footer-menu a {
        margin-right: 25px;
        margin-left: 25px;
        color: #fff;
        line-height: 48px;
    }

    .footer .footer-menu a:hover {
        text-decoration: underline;
    }

    .footer .footer-grid {
        position: relative;
        padding: 20px 25% 20px 140px;
        text-align: left;
        line-height: 180%;
    }

    .footer .footer-grid .bqxx {
        font-size: 15px;
        line-height: 2em;
    }

    .footer .footer-grid .bqxx span {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    .footer .footer-grid .biaozhi {
        position: absolute;
        width: 120px;
        top: 50%;
        left: 8px;
        margin-top: -40px;
        text-align: center;
    }

    .footer .footer-grid .jiucuo {
        position: absolute;
        width: 25%;
        top: 50%;
        right: 0;
        margin-top: -36px;
        text-align: center;
    }
    
    .footer .footer-grid .slh {
        position: absolute;
        width: 25%;
        top: 50%;
        right: 0;
        margin-top: -36px;
        text-align: center;
    }

    .footer .footer-grid .jiucuo img {
        margin: 0 10px;
    }

    .crumb {
        padding-left: 30px;
        height: 48px;
        line-height: 48px;
        background-position: 10px 0;
        margin-bottom: 5px;
        background-color: #f3f3f3;
    }

    .crumb .home {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        margin: 10px 0 0;
        background: url(../../images/news_icon.png) no-repeat;
    }

    .transition a {
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

    .imgScale a img {
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .imgScale a:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-picSlide {
        position: relative;
        float: left;
        overflow: hidden;
    }

    .common-picSlide .bd {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .common-picSlide .bd ul {
        width: 100% !important;
        height: 100% !important;
    }

    .common-picSlide .bd ul li {
        position: relative;
        width: 100% !important;
        height: 100%;
    }

    .common-picSlide .bd li img {
        width: 100%;
        height: auto;
        min-height: 100%;
    }

    .common-picSlide .bd span.txtbg {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        content: "";
        width: 100%;
        height: 50px;
        background: #000;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    .common-picSlide .bd span.txt {
        position: absolute;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 3;
        margin: 0 110px 0 12px;
        font-size: 16px;
        line-height: 50px;
        color: #999;
        text-align: left;
    }

    .common-picSlide .hd {
        position: absolute;
        bottom: 15px;
        right: 8px;
        z-index: 5;
        overflow: hidden;
    }

    .common-picSlide .hd ul li {
        float: left;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 12px;
        text-align: center;
        color: #333;
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer;
    }

    .common-picSlide .hd ul li.on {
        color: #fff;
        background-color: #2f8fdc;
    }

    .common-picSlide .btn-prev,
    .common-picSlide .btn-next {
        position: absolute;
        top: 50%;
        z-index: 4;
        margin-top: -40px;
        display: block;
        width: 30px;
        height: 50px;
        background: url(../../images/sliderArrow.png) no-repeat 0 0;
        cursor: pointer;
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        opacity: 0.2;
    }

    .common-picSlide .btn-prev {
        left: 0;
    }

    .common-picSlide .btn-next {
        right: 0;
        background-position: right 0;
    }

    .common-picSlide&gt;a:hover {
        filter: alpha(opacity=70);
        -moz-opacity: .7;
        opacity: .7;
    }

    .common-pic-mode {
        overflow: hidden;
    }

    .common-pic-mode ul {
        margin-right: -10px;
        margin-left: -10px;
        overflow: hidden;
        zoom: 1;
    }

    .common-pic-mode ul li {
        float: left;
        overflow: hidden;
        zoom: 1;
    }

    .common-pic-mode ul li a {
        position: relative;
        display: block;
        margin: 0 10px 20px;
        overflow: hidden;
    }

    .common-pic-mode ul li p.pic {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .common-pic-mode ul li p.pic img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

    .common-pic-mode ul li span.txtbg {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background: #000;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .common-pic-mode ul li span.txt {
        position: absolute;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 2;
        margin: 0 10px;
        font-size: 14px;
        line-height: 40px;
        color: #f1f1f1;
        text-align: center;
    }

    .common-pic-mode ul li p.pic .shadow {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
        background: #000;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        opacity: .5;
        border-radius: 8px;
    }

    .common-pic-mode ul li p.pic i {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 21px;
        height: 24px;
        margin: -12px 0 0 -9px;
        background: url(../../images/mediaPlay.png) no-repeat;
        background-size: 100% 100%;
    }

    .common-title {
        padding-bottom: 15px;
        border-bottom: 2px solid #eaeaea;
    }

    .common-title .currentName {
        position: relative;
        float: left;
        padding-left: 20px;
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
        color: #1d71b7;
    }

    .common-title .currentName:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        margin-top: -4px;
        border: 6px solid transparent;
        border-left-color: #1d71b7;
    }

    .common-title .currentName a {
        color: #1d71b7;
    }

    .common-more {
        float: right;
        font-size: 14px;
    }

    .infoList {
        overflow: hidden;
    }

    .infoList li {
        float: left;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
        overflow: hidden;
    }

    .infoList li h4 {
        position: relative;
        padding: 0 100px 0 20px;
        font-weight: normal;
        font-size: 1em;
        overflow: hidden;
    }

    .infoList li h4 a {
        float: left;
        line-height: 1.6em;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .infoList li h4 a.noLink:hover {
        color: inherit;
    }

    .infoList li h4 a:before {
        position: absolute;
        top: -2px;
        left: 2px;
        content: "";
        margin-top: .8em;
        width: 4px;
        height: 4px;
        background-color: #999;
        background-repeat: no-repeat;
    }

    .infoList li h4 a:hover:before {
        background-color: #0a69bd;
    }

    .infoList li h4 .time {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 2px;
        margin-top: -.8em;
        line-height: 1.6em;
        color: #999;
        font-size: .9375em;
        font-family: Arial;
        white-space: nowrap;
    }

    .infoList li br {
        display: none;
    }

    .infoList.fileList li h4 a {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%\9;
    }

    .infoList.fileList li h4 a font {
        float: left;
        max-width: 90%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .infoList.fileList li h4 a:hover font {
        float: left;
        max-width: 90%;
        color: #c00;
    }

    .infoList.fileList li .Icon {
        float: left;
        margin-left: 5px;
        width: 23px;
        height: 25px;
        background: url(../../images/new.png) left center no-repeat;
        overflow: hidden;
    }

    .infoList.notTime li h4 {
        padding-right: 0;
    }

    .infoList.notTime li .time {
        display: none;
    }

    .text-nowrap a,
    .common-pic-mode ul li span.txt,
    .common-picSlide .bd span.txt {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .pagesdiv {
        padding: 20px 10px 15px;
    }

    .pagesdiv .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #2f6698;
    }

    /*pagediv*/
    .pagediv {
        padding: 20px 10px;
        font-size: 14px;
        color: #333;
        line-height: 28px;
        text-align: center;
        clear: both;
    }

    .pagediv a {
        color: #333;
    }

    .pagediv .moye,
    .pagediv .arrow a,
    .pagediv .index_num,
    .pagediv .pagination_index_last,
    .pagediv #pagination_input,
    .pagediv #currentPage {
        display: inline-block;
        *display: inline;
        margin: 4px;
        zoom: 1;
        border: #dfdfdf 1px solid;
        border-radius: 3px;
        vertical-align: top;
        transition: all .2s;
        -webkit-transition: all .2s;
        background: #f1f1f1;
        background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
        background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
        background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
        background: linear-gradient(#ffffff 10%, #f1f1f1);
    }

    .pagediv .arrow a:hover,
    .pagediv .index_num {
        background: #0063b8;
        border-color: #0063b8;
        color: #fff;
        text-decoration: none;
    }

    .pagediv .moye,
    .pagediv .arrow a,
    .pagediv .index_num {
        padding: 0 10px;
    }

    .pagediv .index_num {
        font-weight: 700;
    }

    .pagediv .pagination_index_last {
        padding: 0 6px;
    }

    .pagediv #pagination_input {
        width: 40px;
        height: 30px;
        color: #888;
        text-align: center;
        background: #fff;
    }

    .pagediv #currentPage {
        width: 40px;
        height: 30px;
        color: #888;
        text-align: center;
        background: #fff;
    }

    .rel-appendixs {
        display: none;
        margin-top: 20px;
        border-top: 2px solid #efefef;
    }

    .rel-appendixs h3 {
        padding: 25px 0 10px;
        color: #333333;
        font-weight: bold;
        font-size: 1em;
    }

    .rel-appendixs .infoList li h4 a:before {
        background-color: #999;
    }

    .pageList li {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #dadada;
    }


    /*ztzl*/
    .ztzl-body-gray {
        background-color: #999;
    }

    .ztzl-header .head {
        background-color: #fff;
    }

    .ztzl-header .banner {
        text-align: center;
    }

    .ztzl-header .banner img {
        float: left;
        display: block;
    }

    .ztzl-module-main {
        margin-right: -10px;
        margin-left: -10px;
        overflow: hidden;
    }

    .ztzl-module-span6 {
        float: left;
        width: 50%;
    }

    .ztzl-module-box {
        margin-right: 10px;
        margin-left: 10px;
    }


    /* 评论 */
    .commentBox {
        margin-bottom: 20px;
        border-top: 1px dashed #CCCCCC;
        padding: 10px 0 0;
    }

    .commentBox table {
        border: none;
        width: 100%;
    }

    .commentBox th,
    .commentBox td {
        padding: 5px;
        font: 14px/30px Arial;
    }

    .commentBox th {
        text-align: right;
        color: #666666;
    }

    .commentBox .s_input {
        width: 95%;
        margin-right: 10px;
    }

    .massageBox {
        margin-bottom: 20px;
        padding: 10px 0 0;
    }

    .massageBox .tit {
        border-bottom: 1px solid #CCCCCC;
        margin: 0 0 10px;
    }

    .massageBox .tit span {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: -1px;
        font: bold 14px/30px "宋体";
        border-bottom: 2px solid #d02a2a;
        color: #d02a2a;
    }

    .massageBox dl,
    .massageBox dt,
    .massageBox dd {
        clear: both;
        font: 13px/20px "宋体";
    }

    .massageBox dl {
        border-bottom: 1px dashed #CCCCCC;
        padding: 5px 0;
    }

    .massageBox dl:hover {
        background: #f8f8f8;
        transition: 0.2s ease;
    }

    .massageBox dt .author {
        background: url("../../images/icon_red.png") left -235px no-repeat;
        padding: 0 0 0 20px;
        display: inline-block;
        float: left;
    }

    .massageBox dt .date {
        float: right;
        color: #888888;
    }

    .btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }
}</pre></body></html>